home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
PACKET
/
WINPBAYC
/
U.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-12-08
|
384b
|
15 lines
@echo off
echo.
echo ──── Running Winpack PMS with (%1) ────
if "%1"=="" goto missing
if "%1"=="." cd c:\bpq
if "%1"=="." bpqcfg
if "%1"=="." LH C:\BPQ\bpqax25 -i60 -I4 -B3f8 -h500 -s150 -t8 -p128 -T0 -cd
if "%1"=="." LH C:\BPQ\bpqcode
if "%1"=="." cd c:\
:missing
echo.
echo ──── Now, do what you have to do......
echo.
:end